+(** Xen_domain.ml
+ *
+ * domain assist for debugging processes
+ *
+ * @author copyright (c) 2005 alex ho
+ * @see <www.cl.cam.ac.uk/netos/pdb> pervasive debugger
+ * @version 1
+ *)
type context_t =
{
+(** Xen_domain.ml
+ *
+ * domain assist for debugging processes
+ *
+ * @author copyright (c) 2005 alex ho
+ * @see <www.cl.cam.ac.uk/netos/pdb> pervasive debugger
+ * @version 1
+ *)
type context_t
+/*
+ * pdb_caml_evtchn.c
+ *
+ * http://www.cl.cam.ac.uk/netos/pdb
+ *
+ * PDB's OCaml interface library for event channels
+ */
+
#include <xc.h>
#include <stdio.h>
#include <stdlib.h>
/*
- * xcs stuff
+ * xcs stuff
*
- * this is responsible for establishing the initial connection
- * between a backend domain and the pdb server.
+ * http://www.cl.cam.ac.uk/netos/pdb
*
- * liberated from xu.c
+ * this is responsible for establishing the initial connection
+ * between a backend domain and the pdb server.
+ *
+ * liberated from xu.c
*
*/
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+/*
+ * pdb_caml_xen.h
+ *
+ * http://www.cl.cam.ac.uk/netos/pdb
+ *
+ * generic xen definitions
+ *
+ */
#ifndef _PDB_CAML_XEN_DEFINED_
#define _PDB_CAML_XEN_DEFINED_
+(** xcs.mli
+ *
+ * xen control switch interface
+ *
+ * @author copyright (c) 2005 alex ho
+ * @see <www.cl.cam.ac.uk/netos/pdb> pervasive debugger
+ * @version 1
+ *)
val setup : unit -> Unix.file_descr